Apache :: concurrent connections

您所在的位置:网站首页 php openssl_verify Apache :: concurrent connections

Apache :: concurrent connections

2023-04-09 10:21| 来源: 网络整理| 查看: 265

In the httpd-mpm.conf file you find a section with

mpm_winnt_module

ThreadsPerChild defines the max number of concurrent connections. Default 150.0 Sure you can increase that.

For mariadb see https://mariadb.com/kb/en/server-system-variables/#max_connections

Tuning: - Disable mod_status. That will increase the speed a lot. - Use PHP not as a module but use mod_fcgid. - Disable the use of .htaccess (AllowOverride)

When you have hangs, slow traffic and/or when having in your log entries like Asynchronous AcceptEx failed. You can try the following settings:

AcceptFilter http none AcceptFilter https none EnableSendfile off EnableMMAP off



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3